When Semantic mode is turned on, Emacs automatically parses each file you visit. You can then use user commands in those buffers (see Semantic mode user commands). You can also choose to enable a number of “helper” minor modes for saving tags, displaying tag information, and so forth.
To enable Semantic mode each time you start Emacs, add the
line (semantic-mode 1) to your initialization file.
See Init
File.